CPhidget_set_OnDetach_Handler

* Sets a detach handler callback function. This is called when this Phidget is unplugged from teh system.

extern (C) __gshared
int function(CPhidgetHandle phid, CPhidget_set_OnDetach_Handler_Func fptr, void* userPtr) CPhidget_set_OnDetach_Handler;

Meta